home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / jlut500.zip / MISC.ZIP / MONEY01.@JL < prev    next >
Text File  |  1992-01-15  |  1KB  |  32 lines

  1. ;
  2. ; ┌───────────────────────────────────────────────────────────────────┐
  3. ; │                           MONEY SETUP                             │
  4. ; └───────────────────────────────────────────────────────────────────┘
  5. ;
  6. ; This File is for JLUTIL /IL N -SN
  7. ;
  8. ; The first field is the Net/Node or ALL, you can specify parts of the
  9. ; NetNode.
  10. ;
  11. ; FOUND := (POS(FirstField,NetNode) = 1) OR
  12. ;          (FirstField = 'ALL');
  13. ;
  14. ; The second field contains the number to evaluate the price of the
  15. ; connects. JLUTIL will multiplicate the number with the Used Seconds.
  16. ; If there were connections of 6 hours with 050/001, JLUTIL evaluate
  17. ; the price:
  18. ;
  19. ; The second field contains the connect rate and the third field the
  20. ; answer rate. If the third field is empty, THE JL's take the answer
  21. ; rate from the connect rate.
  22. ;
  23. ; Price = 354.86 :=  6*3600 * 0.016428571
  24. ;                    ───┬──   ───┬───────
  25. ;                      sec     number
  26. ;                                │
  27. ;      ┌─────────────────────────┘
  28. 050    ,0.016428571
  29. 037/000,0.115,0.115
  30. ALL    ,0.115,0.320
  31.  
  32.